ArcFM Responder Mobile Developer Guide
GetElementKey(TConfigurationElementType) Method






Syntax
'Declaration
 
Protected Overloads MustOverride Function GetElementKey( _
   ByVal element As TConfigurationElementType _
) As System.Object
'Usage
 
Dim instance As BaseConfigurationElementCollection(Of TConfigurationElementType)
Dim element As TConfigurationElementType
Dim value As System.Object
 
value = instance.GetElementKey(element)
protected abstract System.object GetElementKey( 
   TConfigurationElementType element
)
protected function GetElementKey( 
    element: TConfigurationElementType
): System.TObject; abstract; 
protected __abstract function GetElementKey( 
   element : TConfigurationElementType
) : System.Object;
protected: abstract System.Object* GetElementKey( 
   TConfigurationElementType* element
) 
protected:
abstract System.Object^ GetElementKey( 
   TConfigurationElementType^ element
) 

Parameters

element
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseConfigurationElementCollection<TConfigurationElementType> Class
BaseConfigurationElementCollection<TConfigurationElementType> Members
Overload List

Send Feedback